.swiper_box20230211205839{
position: relative;
float: left;
width: 100%;
height: 100%;
padding-left: 0rem;
margin-top: 0px;
}
.swiper_box20230211205839 .swiper_box20230211205839-1 {
	height: 100%;
	overflow: hidden;
	padding: 0px;
}

.swiper_box20230211205839 .swiper-container {
  width: 100%;
  height: 100%;
}

.swiper_box20230211205839 .swiper-pagination{
	bottom: -2.8rem;
}

.swiper_box20230211205839 .swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
/*      -webkit-box-pack: center;*/
/*      -ms-flex-pack: center;*/
/*      -webkit-justify-content: center;
  justify-content: center;*/
/*      -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*      -webkit-align-items: center;
  align-items: center;*/
}
/*修改向前的背景按钮图片，位置*/
.swiper_box20230211205839 .swiper-button-prev{
	--swiper-theme-color: rgb(0 122 255 / 0%);/*把把上一页的图标颜色搞透明*/
	left: -45px !important;  /*按钮的左边距*/
	width: 43px !important;
	height: 43px !important;
	background-image: url('/images_system/icon/icon3/6.1.png');
	background-repeat:no-repeat;
}

/*修改向后的背景按钮*/
.swiper_box20230211205839 .swiper-button-next{
	--swiper-theme-color: rgb(0 122 255 / 0%);/*把下一页的图标颜色搞透明*/
	right: -45px !important; /*右边按钮的右边距*/
	width: 43px !important;
	height: 43px;
	background-image: url('/images_system/icon/icon3/6.2.png');
	background-repeat:no-repeat;
}
/*修改向前的无效背景按钮*/
.swiper_box20230211205839 .swiper-button-prev.swiper-button-disabled{
	opacity: 1 !important;/*设置透明度*/
	background-image: url('/images_system/icon/icon3/6.1-1.png') !important;
	background-repeat:no-repeat;
}
/*修改向后的无效背景按钮*/
.swiper_box20230211205839 .swiper-button-next.swiper-button-disabled{
	opacity: 1 !important;/*设置透明度*/
	background-image: url('/images_system/icon/icon3/6.2-1.png') !important;
	background-repeat:no-repeat;
}